home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / X11 / Xsession.d / 80kubuntu-xmodmap < prev    next >
Text File  |  2008-10-16  |  447b  |  14 lines

  1. # Set the Ubuntu laptop keycode -> xkeysyms mapping (used by KDE)
  2. #
  3. # This file is sourced by Xsession(5), not executed.
  4. # The "|| true" is to ensure that the Xsession script does not terminate on error
  5. /usr/bin/xmodmap /usr/share/kubuntu-default-settings/kubuntu.xmodmap || true
  6.  
  7. USRMODMAP="$HOME/.Xmodmap"
  8.  
  9. if [ -x /usr/bin/xmodmap ]; then
  10.         if [ -f "$USRMODMAP" ]; then
  11.                 /usr/bin/xmodmap "$USRMODMAP" || true
  12.         fi
  13. fi
  14.